home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Shop / vmag.dir / Internal_29.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  368 b   |  20 lines

  1. on mouseEnter
  2.   cursor([cast "curs", cast "mask"])
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseDown
  10.   repeat while the mouseDown
  11.     if the scrollTop of member the castNum of sprite 17 <> 0 then
  12.       set the scrollTop of member the castNum of sprite 17 to the scrollTop of member the castNum of sprite 17 - 2
  13.     end if
  14.   end repeat
  15. end
  16.  
  17. on mouseUp
  18.   cursor(-1)
  19. end
  20.